Click or drag to resize

AttributeCollectionContains Method (String)

Determines whether the AttributeCollection contains a specific attribute.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool Contains(
	string attribute
)

Parameters

attribute
Type: SystemString
The attribute to check for.

Return Value

Type: Boolean
true if the collection contains the specified Attribute; otherwise, false.
See Also